CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - service action dao

搜索资源列表

  1. ssh

    0下载:
  2. 基于ssh三层架构的JAVA开发简单示例,包含service,dao,action,pojo-Ssh-based three-tier architecture, JAVA development of a simple example, including service, dao, action, pojo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:22191
    • 提供者:chenyingjian
  1. WorkHourSystem

    0下载:
  2. 在struts、spring、hibernate三个框架的基础上,分层搭建: model层:主要存放数据库中的表反转后的java及xml文件 DAO 层:存放对各表中数据的操作,是一个接口层 DAOImpl层:对DAO中方法的实现 service 层:业务逻辑层 serviceImpl层:对service层方法的实现 action层:控制页面跳转 JSP层:主要是页面的设计 直接接触用户的层-In struts, spring, hibernate on the ba
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-19
    • 文件大小:28627968
    • 提供者:吴明
  1. workerHourSystemSSH

    0下载:
  2. 系统逻辑结构 在struts、spring、hibernate三个框架的基础上,分层搭建: model层:主要存放数据库中的表反转后的java及xml文件 DAO 层:存放对各表中数据的操作,是一个接口层 DAOImpl层:对DAO中方法的实现 service 层:业务逻辑层 serviceImpl层:对service层方法的实现 action层:控制页面跳转 JSP层:主要是页面的设计 直接接触用户的层-System logical structure in t
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-19
    • 文件大小:29644800
    • 提供者:吴明
  1. framework

    0下载:
  2. struts2的基础类库,可用于action及service和dao的定义,供参考。-struts2 base class library can be used for action and the definition of service and dao, for reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:20464
    • 提供者:qusba
  1. SHHAutoGenerator2

    0下载:
  2. 利用hbm产生bean,dao,dao.impl,service,service.impl,action,配置文件的程序-generate bean,dao,dao.impl,service,service.impl,action and configuration using hbm.xml
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:66624
    • 提供者:方弘宇
  1. GENERATE_CODE_X_SSH

    0下载:
  2. SSH2代码生成器,主要针对后台的src目录下的entity,dao,service action三层6个包下的代码 有兴趣的可以研究下-SSH2 code generation, mainly for the package under the code in the src directory under the background of the entity, dao, the service action three-six who are interested can study
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6930672
    • 提供者:luolianshou
  1. String2PSpring3Pmybatis3

    0下载:
  2. Struts2+Spring3+mybatis3的示例,可以正常运行:自动扫描dao层、注解注入action、service及到层-The Struts2+Spring3+mybatis3 example, normal operation: automatic scanning dao layer annotations into the action, service, and to layer
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-01
    • 文件大小:14235667
    • 提供者:张弛
  1. 1codeBuild_java

    0下载:
  2. 功能:java版本代码生成器,目前支持mysql数据库的。能自动生成ssh框架下的action、service、dao层代码 使用:使用小应用程序运行CodeClient.java文件出现界面,选中数据库,点击开始生成即可-Function: java version of the code generator,mysql database. Ssh under the framework of action can automatically generate code for us
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:1546654
    • 提供者:123456
  1. spring_day01_all

    0下载:
  2. Spring框架的作用和好处 Spring框架提供了一个容器,该容器可以管理应用程序的组件,还提供了IoC和AoP机制,实现组件之间解耦,提高程序结构的灵活性,增强系统的可维护和可扩展性。 在SSH整合开发中,利用Spring管理Service、DAO等组件,利用IoC机制实现Action和Service,Service和DAO之间低耦合调用。利用AoP机制实现事务管理、以及共通功能的切入等。 功能是整合,好处是解耦。-The role and benefits of the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:14984
    • 提供者:说法
  1. db-mapping-1.0.0

    0下载:
  2. 该jar包可以根据数据库表,自动生成action(struts2)/controller(springmvc)、model、service、dao各个层的代码。 实用框架:struts2/springmvc + mybatis + spring 可根据项目需要选择: 框架类型(com.gen.common.utils.Constant类定义的常量,目前仅支持struts2、spring-mvc框架) 数据库类型(com.gen.common.utils.Const
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:72421
    • 提供者:yuanyideng
  1. nnGenerator

    0下载:
  2. springside3系统框架代码生成器,可生成从Mysql数据库导入、entity,dao,service,action,jsp等,都可以一键生成。-springside3 framework code generator that can generate import Mysql , entity, dao, service, action, jsp, etc., can be a key generation.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-14
    • 文件大小:3263156
    • 提供者:甘广欣
  1. AutoCodeGen

    0下载:
  2. Java代码生成器,配置xml 动态生成代码 dao,service,action,还有页面-Java auto codeing
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-16
    • 文件大小:24516126
    • 提供者:王震
搜珍网 www.dssz.com